home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
programm.ing
/
lynxlib.zoo
/
s
/
windnew.c
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-02-18
|
303 b
|
16 lines
/* Binding for the wind_new() command documented in the */
/* Rainbow TOS Release Notes */
extern int control[];
extern char ctrl_cnts[115][3];
#define WIND_NEW 109
wind_new()
{
register char *c;
c = &(ctrl_cnts[WIND_NEW-10][0]);
c[0] = c[1] = c[2] = c[3] = 0;
crys_if(WIND_NEW);
}